Skip to content

Conversation

@DvirDukhan
Copy link
Contributor

No description provided.

@DvirDukhan DvirDukhan requested a review from gkorland November 20, 2019 09:04
@codecov
Copy link

codecov bot commented Nov 20, 2019

Codecov Report

Merging #26 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #26   +/-   ##
=======================================
  Coverage   90.09%   90.09%           
=======================================
  Files           6        6           
  Lines         101      101           
  Branches        6        6           
=======================================
  Hits           91       91           
  Misses         10       10

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 02418b6...571e0ab. Read the comment docs.

@gkorland
Copy link
Contributor

@DvirDukhan please add negative tests too

src/graph.js Outdated
for(var i = 0; i < paramValue.length; i++) {
stringsArr[i] = this.paramToString(paramValue[i]);
}
return "[" + stringsArr.join(", ") + "]";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not avoid this + also

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DvirDukhan sorry my mistake I didn't notice the "," in the join I think your original code is better.

@DvirDukhan DvirDukhan merged commit 24c35fe into master Nov 26, 2019
@DvirDukhan DvirDukhan deleted the parameters_support branch November 26, 2019 08:53
@bionicles
Copy link

Would it be possible to document this in the README?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants